IIoModule.ReadOutputInt32 方法
从实体 I/O 模组或模拟 I/O 模组的输出读取一个整数。
命名空间:IntervalZero.KINGSTAR.Base.Class组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
int ReadOutputInt32(
int byteOffset
)Function ReadOutputInt32(
byteOffset As Integer
) As Integer参数
byteOffset
型别:int
指定位元组偏移量到一个位置以读取值。最大偏移量由 IIoModule.OutputLength 决定。
回传值
型别:int
参见